home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / system / abaikodisk / abaiko-disk-space-monitor.exe / {app} / ADSM.chm / default.css < prev    next >
Cascading Style Sheet File  |  2007-07-21  |  1KB  |  74 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_AMyStyle /* A My Style */
  13. {
  14.  font-size: 12pt;
  15.  font-family: 'Times New Roman';
  16.  color: #000000;
  17. }
  18. span.f_CodeExample /* Code Example */
  19. {
  20.  font-size: 8pt;
  21.  font-family: 'Courier New';
  22.  color: #000000;
  23. }
  24. span.f_Comment /* Comment */
  25. {
  26. }
  27. span.f_CourierFixed /* Courier Fixed */
  28. {
  29.  font-size: 9pt;
  30.  font-family: 'Courier New';
  31.  color: #000000;
  32. }
  33. span.f_Heading1 /* Heading1 */
  34. {
  35.  font-size: 14pt;
  36.  font-weight: bold;
  37.  color: #ffffff;
  38. }
  39. span.f_ImageCaption /* Image Caption */
  40. {
  41.  font-size: 8pt;
  42.  font-weight: bold;
  43. }
  44. span.f_Notes /* Notes */
  45. {
  46. }
  47. /* Paragraph styles */
  48. p /* Normal */
  49. {
  50.  text-align: left;
  51.  text-indent: 0px;
  52.  padding: 0px 0px 0px 0px;
  53.  margin: 0px 0px 0px 0px;
  54. }
  55. .p_AMyStyle /* A My Style */
  56. {
  57. }
  58. .p_CodeExample /* Code Example */
  59. {
  60.  white-space: nowrap;
  61. }
  62. .p_Comment /* Comment */
  63. {
  64. }
  65. .p_Heading1 /* Heading1 */
  66. {
  67. }
  68. .p_ImageCaption /* Image Caption */
  69. {
  70. }
  71. .p_Notes /* Notes */
  72. {
  73. }
  74.